ProtectType Enumeration

Represents whether the content, size, or position of a frame is protected.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public enum ProtectType

Members

Content0 Content of a frame should be protected from editing.
Position1 The position of a frame should be protected from editing.
Size2 The size of a frame should be protected from editing.
ContentPosition3 Content and the position of a frame should be protected from editing.
ContentSize4 Content and the size of a frame should be protected from editing.
PositionSize5 Position and the size of a frame should be protected from editing.
ContentPositionSize6 The content, size and position of a frame should be subject to editing.
None7 None.

See Also